Download Event
The enumerationCDDownloadEvent
specifies the possible outcomes when a download part downloads the data referenced by a Cyberdog item and saves it to disk. These events are passed to theMyDownloadCompleted
programmer-defined function (page 193).
enum CDDownloadEvent { kCDDownloadSucceeded, kCDDownloadFailed, kCDDownloadCancelled };Constants of this type
- kCDDownloadSucceeded
- The data referenced by the Cyberdog item was successfully downloaded and saved to disk.
- kCDDownloadFailed
- The attempt to download the data referenced by the Cyberdog item and save it to disk failed.
- kCDDownloadCancelled
- The request to download the data referenced by the Cyberdog item and save it to disk was canceled.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help